home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Persistent Floating Windo.2 < prev    next >
Encoding:
Internet Message Format  |  1996-07-03  |  1.2 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Persistent Floating Windows
  2. Sent:        7/2/96 8:29 AM
  3. Received:    7/2/96 4:01 PM
  4. From:        Keith Mortensen, morty@scruznet.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >>Is there anyway to block a floating window from hiding when other parts 
  9. >>are selected?
  10. >>I want my floating window showing all the time, so other parts can use it.
  11. >
  12. >The only way to do that is to build your palette as a part and uses an 
  13. >extention to communicate with other part.
  14.  
  15. If this is the ONLY way to keep a floating window open while using 
  16. another part, then where do I get a chance to create the floating window 
  17. for the part's main presentation and frame?
  18.  
  19. My part is already embedded, and I want its main frame and presentation 
  20. to belong in a floating window.
  21.  
  22. Below are two places I tried:
  23.  
  24. 1) "View in Window" - My part does not receive this menu event, only from 
  25. my own menus.  If I can get this event from my part, I might call "new 
  26. FW_CFloatingWindow()"
  27.  
  28. 2) CPart::MakeDocumentWindow() - only works if you open a part's 
  29. stationery or wish to open the part in a new document window.
  30.  
  31. Any ideas would be appreciated.  Thanks!
  32.